home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / AQUA08.422 < prev    next >
Text File  |  1993-02-20  |  2KB  |  70 lines

  1. Hang up on new users who abort the newuser message!
  2. Aquamaestro #1 @7704
  3. Wed Feb 17 04:26:46 1993
  4. ┌──────────────────────────────────────────────────────────────────────┐
  5. │      Mod Name: AQUA08.MOD                Author: AquaMaestro 1@7704  │
  6. │    Difficulty: █▒▒▒▒▒▒▒                   Date : 1/2/93              │
  7. │      Modified: NEWUSER.C                                             │
  8. │ WWIV Version : 4.22+                                                 │
  9. │                                                                      │
  10. │ Description  :  This mod will hang up on new users who abort the     │
  11. │                 NEWUSER.MSG.  I tried a number of variations on the  │
  12. │                 way it hangs up; my CoSysop and I both liked this    │
  13. │                 one.  It's easy to change, so you can pretty much    │
  14. │                 do it any way you like.                              │
  15. └──────────────────────────────────────────────────────────────────────┘
  16.  
  17. Step 1:
  18.  
  19. Back up your source.  I don't care what your excuse is.
  20.  
  21.  
  22. Step 2:
  23.  
  24. Load up your NEWUSER.C, and run a search for "SYSTEM.MSG".  That should
  25. put you here:  Just make the changes, and that's it.
  26.  
  27. Key:
  28. /*==*/ - Existing line
  29. /*++*/ - Add this line
  30. /*%%*/ - Change this line
  31.  
  32. /*==*/  if (!hangup) {
  33. /*==*/    if (incom) {
  34. /*==*/      if (printfile("SYSTEM.MSG"))
  35. /*==*/          sl1(0,get_stringx(1,27));
  36. /*%%*/      if (printfile("NEWUSER.MSG")) {         /* Add the "{" */
  37. /*==*/          sl1(0,get_stringx(1,28));
  38. /*++*/    hangup=1;
  39. /*++*/     }
  40. /*==*/    }
  41. /*==*/    input_ansistat();
  42. /*==*/    input_name();
  43.  
  44.  
  45.  
  46. Step 3:
  47.  
  48. There is no step 3.  Compile and enjoy.
  49.  
  50.  
  51.  
  52. Disclaimer:
  53.  
  54. If this mod does something really horrible, or small furry golf balls start
  55. growing out of your desk, waking you up at 3:00am and sqeaking at you about
  56. the political debates in Mongolia - it may be my fault!  But you can't do
  57. anything about it!  <grin>
  58.  
  59.  
  60. Note:
  61.  
  62. This mod is ego-ware; meaning that you feed my ego, not my wallet.  If you
  63. use this mod, send me some mail, saying, "I used your mod!" or "I already
  64. had a mod like that!" or "I already had a mod BETTER than that!" or "I keep
  65. getting woken up by furry golf balls who want to talk about the political
  66. situation in Asia!  Help!"
  67.  
  68. 1@7704, IceNET
  69. 86@7721, WWIVnet
  70.